projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ff945
)
(completion-pcm-try-completion): Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 30 Apr 2008 04:48:27 +0000
(
04:48
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 30 Apr 2008 04:48:27 +0000
(
04:48
+0000)
lisp/minibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/minibuffer.el
b/lisp/minibuffer.el
index 21988d823a2ccd956fe966495770b12b9b93f0e0..58097a91374a801ddf9a64583e63b597a838edc2 100644
(file)
--- a/
lisp/minibuffer.el
+++ b/
lisp/minibuffer.el
@@
-1289,7
+1289,7
@@
PATTERN is as returned by `completion-pcm--string->pattern'."
;; the last place where there's something to choose, or
;; at the very end.
(pointpat (or (memq 'point mergedpat) (memq 'any mergedpat)
- m
a
rgedpat))
+ m
e
rgedpat))
;; New pos from the start.
(newpos (length (completion-pcm--pattern->string pointpat)))
;; Do it afterwards because it changes `pointpat' by sideeffect.